home *** CD-ROM | disk | FTP | other *** search
/ Computer Select (Limited Edition) / Computer Select.iso / dobbs / v17n03 / oopasm.exe / READTHIS.1ST < prev    next >
Encoding:
Text File  |  1990-12-15  |  1.2 KB  |  46 lines

  1. To build executable files requires Microsoft Macro Assembler 5.1 or greater.
  2. Borland's Turbo Assembler seems to work if you remove the line continuation
  3. characters "\" from macros such as defObj.
  4.  
  5. Make files:    demo - builds DEMO.EXE demonstration program
  6.         errdlg - builds ERRDLG.EXE error dialog
  7.  
  8. Link files:    linkdemo - links object files for DEMO.EXE
  9.         linkerr - links object files for ERRDLG.EXE
  10.  
  11. Enter:
  12.  
  13.     C>make demo
  14.     C>make errdlg
  15.         C>demo
  16.  
  17. Program will not run if ERRDLG.EXE is not in directory. If video snow appears
  18. then change SNOW constant in EQUATES.INC from 0 to 1. This program will make
  19. limited use of a Microsoft or compatible mouse.
  20.  
  21.     File        Purpose
  22.  
  23.     *.ASM        Source files
  24.         MACROS.HLP    Macro reference
  25.     EQUATES.INC    Constant definitions
  26.     INSTANCE.INC    Instance variable definitions
  27.     MESSAGES.INC    Message definitions
  28.     OBJECTS.INC    Structure definitions
  29.     CURSOR.MAC    Cursor control macros
  30.     KEYBOARD.MAC    Keyboard I/O macros
  31.     MACROS.MAC    Miscellaneous macros
  32.     OBJECTS.MAC    OOP macros
  33.     STRINGS.MAC    String display macros
  34.     VIDEO.MAC    Video I/O macros
  35.  
  36.  
  37. Enjoy and please share your ideas!
  38.  
  39. Donald J. McSwain
  40. Digital Alchemy, Inc.
  41. P.O. Box 254801
  42. Sacramento, CA 95865
  43. (916) 481-6467 (Fax)
  44.  
  45.  
  46.